Class org.omg.CORBA.ParameterMode
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ParameterMode
java.lang.Object
|
+----org.omg.CORBA.ParameterMode
- public final class ParameterMode
- extends Object
-
_PARAM_IN
-
-
_PARAM_INOUT
-
-
_PARAM_OUT
-
-
PARAM_IN
-
-
PARAM_INOUT
-
-
PARAM_OUT
-
-
from_int(int)
-
-
value()
-
_PARAM_IN
public final static int _PARAM_IN
_PARAM_OUT
public final static int _PARAM_OUT
_PARAM_INOUT
public final static int _PARAM_INOUT
PARAM_IN
public final static ParameterMode PARAM_IN
PARAM_OUT
public final static ParameterMode PARAM_OUT
PARAM_INOUT
public final static ParameterMode PARAM_INOUT
value
public int value()
from_int
public final static ParameterMode from_int(int i) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index